All Packages Class Hierarchy This Package Previous Next Index
Class com.apple.alpha.app.InputServer
java.lang.Object
|
+----com.apple.alpha.core.NativeObject
|
+----com.apple.alpha.app.InputServer
- public class InputServer
- extends NativeObject
This class wraps the Objective-C class NSInputServer
.
-
InputServer()
- This default constructor is equivalent to Objective-C's
[[NSInputServer
alloc] init]
.
-
InputServer(boolean, int)
- Protected constructor used by the bridge to wrap an Objective-C object.
-
InputServer(Object, String)
- This constructor has the same effect as calling
- initWithDelegate:name:
on a newly allocated object.
InputServer
protected InputServer(boolean shouldAllocate,
int objcObject)
- Protected constructor used by the bridge to wrap an Objective-C object.
It should never be invoked directly.
InputServer
public InputServer()
- This default constructor is equivalent to Objective-C's
[[NSInputServer
alloc] init]
.
InputServer
public InputServer(Object aDelegate,
String name)
- This constructor has the same effect as calling
- initWithDelegate:name:
on a newly allocated object.
All Packages Class Hierarchy This Package Previous Next Index